Part Workbench/zh-cn

Part workbench icon

Introduction

简介

FreeCAD的实体建模能力都是基于 Open Cascade Technology (OCCT)内核——一种具有创建与处理高级3D几何体等特性的专业级CAD系统。零件工作台(Part Workbench)是一种建立于OCCT库之上的层级,为用户提供了访问OCCT几何图元与函数的功能。每种工作台(如底图工作台, 草图工作台, 零件设计工作台等等)的一切2D与3D绘制功能其实都是基于零件工作台暴露出的函数实现的。因此,可以认为零件工作台是FreeCAD建模功能的核心组件。

The Part Workbench can also create objects that are not solids, such as faces, shells, and objects with only edges or vertices. It also provides a variety of general purpose tools for geometry manipulation, geometry validation, and making copies.

The PartDesign Workbench uses an alternative workflow for creating solids. For a detailed discussion of the Part Workbench versus the Part Design Workbench see Part and Part Design.

工具

Solids toolbar

  • 平面: 创建一个平面。
  • 球体: 创建一个球体。 也可以通过 球体 创建。
  • 棱柱: 创建一个棱柱。
  • 楔形: 创建一个楔形。
  • : 创建一条圆弧线。
  • 椭圆: 创建一条椭圆弧线。
  • : 创建一个点。
  • 线: 创建一条线。

Part tools toolbar

  • 3D偏移: 根据原始几何形状在特定的距离处构建一个平行的副本。
  • 2D偏移: 根据原始连线在特定的距离处创建一个平行的副本,或者缩放一个平面端面。

布尔工具栏

  • 复合体: 从选定的对象创建一个复合体。
  • Embed Shapes: Embeds a walled object into another walled object.
  • Cutout Shape: Creates a cutout in a wall of an object for another walled object.
  • Slice Apart: Slices and splits an object by intersecting it with other objects.
  • Boolean XOR: Removes space shared by an even number of objects.

其他工具

  • Reverse Shapes: Creates parametric copies with reversed face normals from selected objects.
  • Copy:
  • Simple Copy: Creates non-parametric copies of objects.
  • Transformed Copy: Creates non-parametric copies of objects. It is intended for objects nested in containers.
  • Shape Element Copy: Creates non-parametric copies of subelements: vertices, edges and faces.
  • Refine Shape: Creates parametric copies with a refined shape from selected objects. It removes unnecessary edges from planar and cylindrical faces.
  • Set Tolerance: creates a parametric copy of selected objects with all contained tolerances set to at least a certain minimum value. introduced in 1.1
  • Attachment: Attaches an object to one or more other objects.

Obsolete tools

  • Import: 您可利用此工具为当前文档添加*.IGES、*.STEP、*.BREP文档。
  • Export CAD file...: Exports to *.IGES, *.STEP, or *.BREP files. Not available in 1.1 and above.

Measure

The Std Measure tool replaces the tools listed below. introduced in 1.0

  • Measure Linear: Creates a linear measurement. Not available in 1.0 and above.
  • Measure Angular: Creates an angular measurement. Not available in 1.0 and above.
  • Measure Refresh: Updates all measurements. Not available in 1.0 and above.
  • Toggle 3D: Shows or hides 3D measurements. Not available in 1.0 and above.
  • Toggle Delta: Shows or hides delta measurements. Not available in 1.0 and above.

首选项

脚本

参见: 零件脚本

教程